How to give specific url using htaccess? [on hold]
Posted
by
Dash
on Programmers
See other posts from Programmers
or by Dash
Published on 2013-08-02T10:34:07Z
Indexed on
2013/08/02
16:02 UTC
Read the original article
Hit count: 212
php
|codeigniter
I am a web developer using codeigniter.I want to give a specific url to certain pages on my website.Is it possible using htaccess?I visited following sites but couldn't find anything such there:
Bluehost
Tutplus
and some others too.
What i really wanna do is when the admin is logged in the link should be http://localhost/admin-ci/index.php/admin/index.php/dashboard
and if user logs in then the link should be http://localhost/admin-ci/user/index.php/dashboard
.Will htaccess be able to do this?
© Programmers or respective owner